Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
What is your name? <<textbox "$name" "Mister Potato">>
[[Get a move on then]]Okay $name, what type of potato are you?
[[Couch potato]]
[[Wild potato]]Glad we averted that identity crisis $name!
<video autoplay muted loop id="myVideo">
<source src="https://www.w3schools.com/howto/rain.mp4" type="video/mp4">
</video><div class="content">\
Please enjoy the rain! Or you know you could always
<span id="btn"><<button "Pause">>
<<script>>
// Get the video
var video = document.getElementById("myVideo");
// Pause and play the video, and change the button text
if (video.paused) {
video.play();
$("#btn button")[0].innerHTML = "Pause";
} else {
video.pause();
$("#btn button")[0].innerHTML = "Play";
}
<</script>>
<</button>></span>
</div>
Uh-huh.
You're obviously a [[Couch potato]].